home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / DIVERSEN / WINE02BX / NOVICE.ELC < prev    next >
Text File  |  1993-03-28  |  2KB  |  22 lines

  1. ;;; compiled by @win386 on Sat Mar 13 01:39:28 1993
  2. ;;; from file c:/src/lucid-19.4/lisp/prim/novice.el
  3. ;;; emacs version 19.3 Lucid.
  4. ;;; bytecomp version 2.08; 27-aug-92.
  5. ;;; optimization is on.
  6. ;;; this file uses opcodes which do not exist in Emacs18.
  7.  
  8. (if (and (boundp 'emacs-version)
  9.      (or (and (boundp 'epoch::version) epoch::version)
  10.          (string-lessp emacs-version "19")))
  11.     (error "This file was compiled for Emacs19."))
  12.  
  13. (fset 'disabled-command-hook #[(&rest ignore) "└┬ïê    ├U½ô─┼!½ç╞!ê¬ç╚╔└#ê    ╩U?¡ä╦!)ç" [nil char ((byte-code "└É┴┬ ├H!─=½å┼╞!ê¬Å┼╟!ê┼╚┬ !!ê┼╔!ê┼\n!ê┼╦!ê\n╠N;½ç┼\n╠N!ê┼═╬╧Å«ü╨!êè└qêebê╤╥═╙#½ç`Sd|ê¬âdbê)┼╥!ê┼╘!æê╒╓!ê╙╫ ┴┌!!ùë▄>¼Ä▌═▐\"ê▀ ê╒α!ê¬d*═ç" ["*Help*" event-to-character this-command-keys 0 13 princ "You have invoked the disabled command " "You have typed " key-description ", invoking disabled command " this-command ":\n" disabled nil (documentation this-command) ((error)) "<< not documented >>" search-forward "\n\n" t "You can now type\nSpace to try the command just this once,\n      but leave it disabled,\nY to try it and enable it (no questions if you use it again),\nN to do nothing (command remains disabled)." message "Type y, n or Space: " allocate-event event cursor-in-echo-area next-command-event char (32 121 110) ding y-or-n-p discard-input "Please type y, n or Space: "] 5)) 121 y-or-n-p "Enable command for future editing sessions also? " enable-command this-command put disabled 110 call-interactively] 4])
  14. (fset 'enable-command #[(command) "└    ┬├#êè─┼╞P!!qêebê╚╔╩    !╦Q├╠#½î═yê`╬yê`|ê¬ïdbê╧╩    !╨▒ê╤ )ç" [put command disabled nil find-file-noselect substitute-in-file-name "~/" init-file-name search-forward "(put '" symbol-name " " t 0 1 "\n(put '" " 'disabled nil)\n" save-buffer] 4 "\
  15. Allow COMMAND to be executed without special confirmation from now on.
  16. The user's .emacs file is altered so that this will apply
  17. to future sessions." "CEnable command: "])
  18. (fset 'disable-command #[(command) "└    ┬├#êè─┼╞P!!qêebê╚╔╩    !╦Q╠├#½è═yê`╬yê`|êdbê╔╩    !╧▒ê╨ )ç" [put command disabled t find-file-noselect substitute-in-file-name "~/" init-file-name search-forward "(put '" symbol-name " " nil 0 1 " 'disabled t)\n" save-buffer] 4 "\
  19. Require special confirmation to execute COMMAND from now on.
  20. The user's .emacs file is altered so that this will apply
  21. to future sessions." "CDisable command: "])
  22.